* xfaces.c: Add forward declaration for recompute_basic_faces.
authorJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 01:08:14 +0000 (01:08 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 19 Jun 1993 01:08:14 +0000 (01:08 +0000)
src/xfaces.c

index 8a00ece903d0ddc991fa81e72131dff91729c841..28183d29aafa2ba87a13ced9d89ce56ccb5314bf 100644 (file)
@@ -157,11 +157,12 @@ int region_face;
 
 Lisp_Object Qface, Qwindow, Qpriority;
 
-static void build_face ();
-int face_name_id_number ();
+static void build_face ( /* FRAME_PTR, struct face * */ );
+int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ );
 
-struct face *intern_face ();
-static void ensure_face_ready ();
+struct face *intern_face ( /* FRAME_PTR, struct face * */ );
+static void ensure_face_ready ( /* FRAME_PTR, int id */ );
+static void recompute_basic_faces ( /* FRAME_PTR f */ );
 \f
 /* Allocating, copying, and comparing struct faces.  */